home *** CD-ROM | disk | FTP | other *** search
- #
- # SunOS/options.mk --- Part of Makefile, compiler options for SunOS.
- #
-
- PREFIX = /usr/local
- PFELIB = $(PREFIX)/lib/pfe
- PFEHLP = $(PFELIB)/help
-
- # On my Sun SparcStation 10 running Solarix 2.3 pfe DOESN'T work and
- # I don't know exactly why. I guess it's a bug in longjmp on that system.
- # Others seem to have no problems with SunOS 4.3.
-
- SYSTEM = SunOS
-
- CC = gcc -pipe -Wall
- OPTIM = -O2 -fomit-frame-pointer# -DUSE_REGS
- DEBUG = -g -O
-
- #CC = /opt/SUNWspro/bin/CC
- #OPTIM = -fast
- #DEBUG = -O
-
- CL = $(CC)
- CPP = $(CC) -E
-
- STRIP = -s
- OPTIONS = -D_BSD
- TERM_O = termunix$o
- SYS_O = unix$o
- LFLAGS =
- LIBS = -ltermcap -lm# -lucb
-
-
-